body {
  background: orange;
}
p {
  color: black;  
  font-size: 17px;
}
h3 {
  color: blue;
  font-family: cursive;
}